home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / mingetty.9 < prev    next >
Text File  |  1996-11-17  |  2KB  |  42 lines

  1.  
  2. I have written a new getty program, that can only be used as console getty
  3. for Linux. This getty is about half the size from agetty and very well
  4. suited for a Greased-Weasel(tm)-based System (better known as Linux).  :-)
  5.  
  6. As I would use nothing else but mgetty for a modem getty (greetings
  7. to Gerd Doering from me...), I wanted to have a very minimal getty
  8. for my virtual consoles under Linux.
  9.  
  10. It is called mingetty-0.9 and is currently in the incoming-directory of
  11. sunsite and should probably be moved to /pub/Linux/source/system/Admin/login
  12. or /pub/Linux/system/Daemons/init.
  13. You could also fetch it from susix.jura.uni-sb.de/pub/linux/source/system.
  14.  
  15. utmp-Handling is from agetty in util-linux 2.5 (probably added by Peter Orbaek
  16. poe@daimi.aau.dk), and Theodore Tytso has helped a bit about correct tty
  17. handling. By the way, if someone wants to learn about process groups,
  18. sessions, controling tty's and other things, I have found a good documentation
  19. in a recent version of the GNU info pages from the GNU C library.
  20. Some comments in the kernel are also very helpful and sometimes it is also
  21. possible to just read the relevant source code.
  22.  
  23. S.u.S.E. GmbH in Germany has paid some of the time that was needed to write
  24. this program. Thanks a lot for their support. (These are no commercial words,
  25. just a hint, that you could buy Linux CD-ROMs and Linux-support from them...)
  26.  
  27. Example entry for a sysvinit-based system:
  28. 1:123:respawn:/sbin/mingetty [--noclear] tty1
  29.  
  30. Please email me, if you need additional things from a console getty, that
  31. are currently not supported. I'd add them for you!
  32. Currently, a man-page is missing and I won't start writing one until
  33. end of march. So if someone volunteers, I'd be more than thankful.
  34.  
  35. Thanks to all of you,
  36.  
  37. Florian La Roche
  38.  
  39. florian@suse.de
  40. florian@jurix.jura.uni-sb.de
  41.  
  42.